API Documentation
Light.h
1 // Light.h
3 //
5 
6 namespace nkGraphics
7 {
14  class DLL_GRAPHICS_EXPORT Light : public Node
15  {
16  public :
17 
21  ~Light () ;
22 
26  void setColor (const nkMaths::Vector& color) ;
31 
35  void render () ;
36  } ;
37 }
nkGraphics::Light::getColor
nkMaths::Vector getColor() const
nkGraphics::Light::render
void render()
nkGraphics::Light::~Light
~Light()
nkGraphics::Node
Represents a node in a scene graph.
Definition: Node.h:14
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkMaths::Vector
A 4-component vector class, with floats.
Definition: Vector.h:12
nkGraphics::Light
WIP, should not be used.
Definition: Light.h:15
nkGraphics::Light::setColor
void setColor(const nkMaths::Vector &color)